* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: "微软雅黑";
	color: #333
}

a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #0069a9;
	font-size: 14px;
	text-decoration: none;
}

ul,
li,
ol {
	list-style: none;
}

input,
textarea {
	font-family: "微软雅黑";
	font-size: 16px;
}

b,
em,
i{
	font-style: normal;
	font-weight: normal;
}

.main {
	width: 1200px;
	margin: auto;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input,
select,
textarea {
	outline: none;
	border: none
		/*-webkit-appearance: none;*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

textarea {
	resize: none;
	color: #9c9c9c;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #333
}

i,
em,
b,
h1,
h2,
h3,
h4,
h5 {
	font-style: normal;
	font-weight: normal;
}


mp{
min-width:1240px;
}

.header {
	height: 110px;
	width: 100%;
	float: left
}

.header .fl {
	padding-top: 20px;
}

.header .fr {
	float: right;
	line-height: 110px;
	/* border-left: 1px solid #e2e2e2; */
}

.header .fr li {
	float: left;
	font-size: 14px;
}

.header .fr li span {
	color: #1c3a56;
	font-size: 16px;
}

.header .fr a {
	margin-left: 30px;
	color: #333;
	font-size: 14px;

}

.nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	float: left;
	background: #1c3a56;
	min-width:1240px;
}

.nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.nav ul li {
	width:100%;
	float: left;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	cursor: pointer;
	/* margin: 0px 10px; */
}

.nav ul li a {

	width: 100%;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: relative;

}

.nav ul li:hover>a,
.nav ul li.active>a {
	/* border-bottom:3px solid #0d5aaa; */
	color: #fff;
	background: #275278;
	/* border-color: #0069a9; */
}

.nav ul li:hover dl {
	display: block;
}

.nav ul li dl {
	width: 100%;
	/* padding: 0px 30px; */
	position: relative;
	top: -1px;
	display: none;
	z-index: 9;
	left: 0px;
}

.nav ul li dl dd {
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.nav ul li dl dd a {
	height: 39px;
	line-height: 39px;
	width: 100%;
	background: #1c3a56;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #275278;
}

.nav ul li dl dd a:hover {
	background: #275278
}


.swiper-container1 {
	position: relative;
	top: 0px;
	float: left;
	width: 100%;
	min-width:1240px;
}

.swiper-container1 img {
	width: 100%;
	
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 5px;
}

.swiper-pagination-bullet {
	background: #69859c;
	opacity: 1;
	width: 30px;
	height: 4px;
	border-radius: 0px;
	margin-right: 0px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	width: 30px;
	background: #1c3a56;
	height: 4px;
}



.swiper-pagination2 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border:1px solid #fff;
	background:transparent;
	border-radius: 50%;
}

.swiper-pagination2 .swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	border: none;
	background: #fff;
	border-radius: 50%;
}

.index {
	width: 100%;
	float: left;
}

.index_tit {
	width: 100%;
	float: left;
	text-align: center;
	height: 170px;
}

.index_tit2 {
	width: 100%;
	text-align: center;
}
.index_tit p{
	position: relative;
	width: 100%;
	/* border-top: 1px solid #cccccc; */
	margin-top: 70px;
}
.index_tit p::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 20px;
	width: 500px;
	height: 1px ;
	background: #cccccc;
}
.index_tit p::after{
	position: absolute;
	content: '';
	right: 0px;
	top: 20px;
	width: 500px;
	height: 1px ;
	background: #cccccc;
}
.index_tit p b {
	width:200px;
	font-weight: normal;
	line-height: 40px;
	font-size: 34px;
	margin-top: 60px;
	color: #1c3a56;
}

.index_tit span {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	color: #666666;
}
.index1,.index2,.index3,.index4{
	width: 100%;
	float: left;
	background: #fff;
}
.index1{
	padding-top: 40px;
}
.index1_l{
	width: 120px;
	float: left;
	margin-right: 20px;
	height: 465px;
	border: 1px solid #f0f0f0;
}
.index1_l dl{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-items: center;
}
.index1_l dl dt {
	width: 100%;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 50px;
	background: #203e5a;
	color: #fff;
}
.index1_l dl dd{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #f0f0f0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.index1_l dl dd a{
	color: #333;
	width: 100%;
	display: inline-block;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.index1_l dl dd.hover a,.index1_l dl dd a:hover{
	color: #203e5a;
	background: #fafafa;
}
.index1_r{
	width:1050px;
	float: left;
}
.index1_r p{
	width: calc(100% - 40px);
	padding: 0px 20px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content:space-between;
	line-height: 50px;
	background: #203e5a;
	color: #fff;
}
.index1_r p a{
	color: #fff;
}
.index1_r ul{
	width: 100%;
	margin-top: 10px;;
}
.index1_r ul li {
	height: 44px;
	line-height: 44px;
	width: 100%;
	border-bottom: 1px dashed    #dddddd;
}
.index1_r ul li  b {
	position: relative;
	padding-left: 20px;;
}
.index1_r ul li b::before{
	content: '·';
	position: absolute;
	top: -15px;
	left: 5px;
	font-size: 30px;
	color: #203e5a;
}
.index1_r ul li span{
	float: right;
}
.index1_rcon{
	display: none;
}

.index2_con{ width: 100%; overflow: hidden; padding-bottom: 70px;}
.index2_con .fl{ float: left; width: 430px; height: 400px; margin-right: 25px; position: relative;}
.index2_con .fl ul li img{ float: left;}
.index2_con .fl ul li p{ background: #e5e6e8;color: #3e3e3e; width: 410px; height: 60px; line-height: 60px; padding: 0px 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.index2_con .fl ul li a:hover{text-decoration: none;}
.index2_con .fl .num {position:absolute; z-index:3; bottom:70px; right:10px;}
.index2_con .fl .num li {width: 12px; height: 12px; background: #aaa; border-radius: 50%; float: left; cursor: pointer; margin-left: 10px;}
.index2_con .fl .num li.on{ background: #fff;}
.index2_con .fr{ float: right; width: 745px;}
.index2_con .fr li{ margin-bottom: 15px; padding: 15px 0px; border: 1px solid #dddddd; overflow: hidden; height: 57px;}
.index2_con .fr li .time{ float: left; border-right: 1px solid #dddddd; text-align: center; width: 85px; font-size: 12px;}
.index2_con .fr li .time b{display: block; font-size: 28px;}
.index2_con .fr li .text{ float: left; width: 610px; margin-left: 15px; }
.index2_con .fr li .text a{font-size: 16px; padding: 5px 0px 10px; display: block;}
.index2_con .fr li .text a:hover{text-decoration: underline;}
.index2_con .fr li .text span{display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px;}



.index3 {
	width: 100%;
	float: left;
	background: url(../image/index3_bj.png) top center no-repeat;
	height:790px;
	/* height: 700px; */
	min-width:1240px;
}

.index3_con {
    width: 1180px;
    float: left;
    /* padding-top: 10px;
    padding-bottom: 100px; */
    height: 500px;
    position: relative;
    margin:10px 0px 0px 10px ;
    background: #1c3a56;
}
.index3_con_bj{
    position: absolute;
    left: -20px;
    top: -20px;
    height: 450px;
    width: 1150px;
    padding:50px 0px 0px 30px;
    background: #fff;

}
.index3_con_l{
    width:530px;
    margin-right:30px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    float: left;
}
.index3_con_l p{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
	color: #1c3a56;
}
.index3_con_l p b {
    font-weight: bold;
}
.index3_con_l span {
    width: 100%;
    float: left;
	padding-bottom: 30px;
    display: inline-block;
}
.index3_con_r{
    width:550px; ;
    float: left;
}


.index3_con_l a{
    /* margin-top: 40px; */
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    background: #f0f0f0;
    color: #333;
    font-size: 16px;
    border-radius:5px;
}
.index3_con_l a:hover,.index3_con_l a.hover{
	background: #1c3a56;
	color: #fff;
}







.Box_con0 {
	position: relative;
	width: 510px;
	left: 0px;
	z-index: 10;
	top: 0px;
	overflow: hidden;
}

.Box_con0 .conbox0 {
	position: relative;
	left: 35px;
	top: 30px;
	width: 510px;
	overflow: hidden;
}

.Box_con0 .conbox0 ul {
	position: relative;
	list-style: none;
	width: 10000px;
}

.Box_con0 .conbox0 ul li {
	float: left;
	width: 155px;
	height: 160px;
	margin-right: 15px;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.Box_con0 .conbox0 ul li img {
	display: block;
	width: 155px;
	float: left;
}

.Box_con0 .conbox0 ul li b {
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	height: 34px;
	background: #e4e4e4;
	line-height: 34px;
	color: #666;
	margin-top: 3px;
	float: left;
}

.Box_con0 .conbox0 ul li:hover b {
	background: #0d5aaa;
	color: #fff;
}



.index5 {
	width: 100%;
	background: #fafafa;
	/* height: 640px; */
	float: left;
	padding-bottom:50px;;
	min-width:1240px;
}
.index5_con{
	width: 100%;
	float: left;
}
.index5_con ul{width: 100%;float: left;padding-top:15px;}
.index5_con ul li { height: 44px; line-height:44px;width:calc(48% - 20px); float: left;border: 1px solid #e2e2e2;margin-right: 3%;background: #fff;margin-bottom: 20px;padding: 0px 10px; }
.index5_con ul li:nth-child(2n){
	margin-right: 0px;
}
.index5_con ul li b { float: left;position: relative; }
.index5_con ul li b:after{ position: absolute;left: -15px;top: -1px; content: "·";color: #0c8eaf;font-size: 30px; }
.index5_con ul li a { color: #666;text-indent: 20px; }
/* .news_lcon ul li a:hover b:after{ position: absolute;left: 0  } */
.index5_con ul li a:hover {color: #0d5aaa}
.index5_con ul li span { float: right;color: #9a9a9a;}



.index4{
	
	padding-bottom: 50px;;
}
.Box_con {
	position: relative;
	width: 1200px;
	left: 0px;
	z-index: 10;
	top: 0px;
	height:300px;
	overflow: hidden;
}
/*
.Box_con .Box_con_btn {
	display: block;
	width: 300px;
	height: 74px;
	text-align: center;
	position: absolute;
	left: calc((100% - 300px)/2);
	top: 370px;
	z-index: 10;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
}

.Box_con .btn {
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background: #f8f8f8;
	color: #0d5aaa;
}

.Box_con .btn_l {
	margin-right: 10px;
}

.Box_con .btn_r {
	background: #f8f8f8;
	color: #0d5aaa;
}

.Box_con .btn:hover {
	background: #0d5aaa;
	color: #f8f8f8;
}
*/
.Box_con .conbox {
	position: relative;
	top: 0px;
	width: 1200px;
	overflow: hidden;
}

.Box_con .conbox ul {
	position: relative;
	list-style: none;
	left: 0px;
	width: 10000px;
}

.Box_con .conbox ul li {
	float: left;
	width: 380px;
	height: 285px;
	margin-right: 30px;
	margin-bottom: 40px;
	/* background: #0d5aaa; */
	/* color: #fff; */
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.Box_con .conbox ul li img {
	display: block;
	width:380px;
	float: left;
	/* padding: 4px; */
}

.Box_con .conbox ul li b {
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	float: left;
}

.Box_con .conbox ul li:hover b {
	background: #f8f8f8;
	color: #0d5aaa;
}

.Box_con .conbox ul li:hover {
	background: #f8f8f8;
}

.index4_con_bot_tit {
	width: 100%;
}

.index4_con_bot_tit ul {
	display: table;
	margin: 20px auto 25px;
}

.index4_con_bot_tit li {
	float: left;
	position: relative;
	padding: 20px 10px;
	font-size: 24px;
	color: #333333;
}

.index4_con_bot_tit li a {
	width: 170px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 26px;
	border: solid 1px #bbbbbb;
	font-size: 18px;
}

.index4_con_bot_tit li.hover a {
	color: #fff;
	background: #0069a9;
	border: 1px solid #0069a9
}








.link {
	width: 100%;
	float: left;
padding: 40px 0px;
background: #fff;
}

.link ul {
	width: 100%;
	float: left;
}
.link ul li {
	float:left;
	width: 180px;
	margin-right: 22px;;
}
.link ul li img {
	width: 174px;
	padding: 2px;
	border: 1px solid #e8e8e9;
}
.link ul li:last-child{
	margin-right: 0px;;
}

.copy {
	width: 100%;
	/* background: #fafafa; */
	/* height:438px; */
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 28px;
}

.copy_top {
	width: 100%;
	float: left;
	height: 300px;
	background: #fafafa;
	padding-top: 50px;
	min-width:1240px;
}

.copy a:hover {
	color: #0069a9
}

.copy1 {
	width: 170px;
	float: left;


}

.copy2 {
	width: 400px;
	float: left;

}

.copy_tit {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #333;
	padding-bottom: 20px;
	position: relative;
}

.copy_tit::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 35px;
	width: 31px;
	height: 3px;
	background: #203e5a;
	display: inline-block
}

.copy1 ul {
	width: 100%;
	float: left;
}

.copy1 ul li {
	width: 100%;
	float: left;
	line-height: 29px;
}

.copy1 ul li a {
	width: 100%;
	float: left;
	display: inline-block;
	color: #666
}

.copy2 dl {
	width: 100%;
	float: left;
}

.copy2 dl dt {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	padding-bottom: 5px;
}

.copy2 dl dd {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}

.copy2 dl dd img {
	margin-right: 5px;
	float: left;
	margin-top: 5px;
}

.copy_r {
	float: right;
	width: 140px;
}

.copy_r ol {
	float: right;
}

.copy_r ol li {
	width: 140px;
	height: 170px;
	margin-top: 5px;
	/* background-color: #325281; */
	/* height: 160px; */
	line-height: 150px;
	/* padding: 5px 0px 5px 5px; */
	/* background-color: #11449d; */

	float: left;

}

.copy_r ol li:first-child {
	margin-left: 0px;
}

.copy_r ol li p {
	/* display:table-cell;vertical-align:middle; */
	display: flex;
	flex-direction: column;
	align-items: center;
	/* align-content: center; */
	/* justify-content: center; */
	/* justify-self: center; */
	/* justify-items: center; */
}

.copy_r ol li:first-child {
	margin-left: 0px;
}

.copy_r ol li img {
	float: left;
}

.copy_r ol li b {
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	float: left;

	/* margin: 10px 0px 0px 5px; */
	word-wrap: break-word;
	/*英文的时候需要加上这句，自动换行*/
	word-break: break-all;
	display: inline-block;
}

.copy_bot2 {
	line-height: 50px;
	background: #203e5a;
	width: 100%;
	float: left;
	height: 50px;
	color: #fff;
	min-width:1240px;
}

.copy_bot2 a {
	color: #fff;
}






.banner_img {
	width: 100%;
	height: 300px;
	margin: auto;
	overflow: hidden;
	overflow: hidden;
	min-width:1240px;
}

.banner_img p {
	width: 100%;
	height: 300px;
	margin: auto;
	overflow: hidden;
	overflow: hidden;
	position: relative;
	top: 0px;
}

.banner_img p img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}


.content {
	width: 100%;
	float: left;
	padding: 10px 0px;
	padding-bottom: 50px;
}



.page_nav {
	width: 100%;
	float: left;
	line-height: 60px;
	/* height: 60px; */
	font-size: 14px;
	background: #fafafa;
	color: #333333;
	min-width:1240px;
}

.page_nav img {
	vertical-align: middle;
}

.page_nav a {
	color: #333333;
	padding: 0px .05rem;
}
.page_nav a:hover{
	color: #1B6298;
}
.sousuo{
	/* width: 100%; */
	padding: 10px 0px;
	float: left;
}
.sousuo li {
	float: left;
}
.sousuo li span{
	float: left;
}
.sousuo li select{
	border: 1px solid #e0e0e0;
	margin-right: 20px;
	height: 32px;
	border-radius: 2px;
	width: 140px;
	margin-top: 13px;
	float: left;
}
.sousuo li input{
	border: 1px solid #e0e0e0;
	height: 30px;
	border-radius: 2px;
	width: 330px;
	padding: 0px 5px;
	
	margin-right: 20px;
}
.page_nav_suosou{
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_nav_suosou p.fr{
	float: right;
		padding: 10px 0px;
}
.page_nav_suosou p.fr input{
	border: 1px solid #e0e0e0;
	height: 30px;
	border-radius: 2px;
	width: 330px;
	padding: 0px 5px;
	margin-right: 20px;
}
.page_nav_suosou button{
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #1c3a56;
	color: #fff;
	border: none;
	border-radius: 5px;
}
/*
.nav_page{ width: 100%;
background: #f5f5f5;
float: left;}

.nav_page ol {display: table;
margin: 0px auto; padding: 20px 0px 25px;}

.nav_page ol li { line-height: 38px;width: 140px;text-align: center; margin-right: 10px;color: #f3f3f3; margin-top:3px;float: left; }
.nav_page ol>li>a {width:100%; color: #000; display: inline-block;border-radius: 25px;border: 1px solid #bcbcbc;}
.nav_page ol li ul{display: none;}
.nav_page ol li ul li {width: 100%; height: 38px;line-height: 38px; text-indent: 20px; background: #fff;color: #333}
.nav_page ol li ul li.show a{color:#0069a9;}
.nav_page ol li.hover ul{display: block;}
.nav_page>ol>li.hover>a,.nav_page>ol>li>a:hover{
	color: #fff;
	background: #027bc4;
	border: 1px solid #027bc4;
}
.nav_page ol.pronav  {
	width: 1200px;
	padding-bottom: 5px;
}
.nav_page ol.pronav li {
	width: 215px;
	margin-bottom: 20px;
	margin-right: 25px;
	
}
*/

.content_r {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

/* .page_tit{width:calc(100% - 20px); padding-right:20px; float: left; background:#f4f4f4; height: 50px; line-height: 50px; font-size: 18px; font-weight: normal;color: #fff; text-indent: 20px;}
.page_tit span,.page_tit a { color: #333333; padding: 0px 2px }
.page_tit a:hover { color: #0069a9 } */
.about_con {
	width: 100%;
	float: left;
}

.about_con div {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	width: 100%;
	float: left
}

/* .page_tit .fl {background:#0069a9;padding-right:10px; position: relative;}
.page_tit .fl:after{ content:""; right: -50px; top: 0px;width: 0px; position: absolute;height: 0px;border-top: 50px solid #0069a9; border-right: 50px solid transparent;} */

.about_con_bot {
	width: 100%;
	float: left;
}

.about_con_bot img {
	width: 560px;
	float: left;
	margin-right: 60px;
}

.about_con_bot img:nth-child(2) {
	width: 560px;
	float: left;
	margin-right: 0px;
}

/* .anli ul {float: left;width: 100%;padding-top: 15px;}
.anli ul li { float: left;width: 220px; text-align: center;margin-right:8px;margin-bottom:10px;background: #fff; }
.anli ul li img{ float: left;}
.anli ul li a b{line-height: 48px; display: inline-block;color: #333333;width: 100%;margin-top: -5px;}
.anli ul li:nth-child(4n){margin-right: 0px; float: right;}
 */


.pageimg5 {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	margin-top: 30px;
}

.pageimg5 ul li {
	width: 223px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 22px;
}

.pageimg5 ul li a {
	width: 100%;
	display: inline-block;
	float: left;
}

.pageimg5 ul li img {
	vertical-align: middle;
	width: calc(100% - 2px);
	border: solid 1px #dfdfdf;
}

.pageimg5 ul li:nth-child(5n) {
	margin-right: 0px;
}

.pageimg5 ul li:hover img {
	border: 1px solid #0069a9;
}

.cer {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.cer ul li {
	width: 365px;
	text-align: center;
	float: left;
	margin-right: 50px;
	margin-bottom: 22px;
	/* background-color: #ffffff; */

}

.cer ul li a {
	width: 100%;
	display: inline-block;
	float: left;
	line-height: 40px;
}

.cer ul li img {
	vertical-align: middle;
	width: calc(100% - 4px);
	padding: 2px;
	border: solid 1px #dfdfdf;
}

.cer ul li:nth-child(3n) {
	margin-right: 0px;
}

.cer ul li:hover img {
	border: 1px solid #0069a9;
}

.pageimg5 ul li:hover img {
	border: 1px solid #0069a9;
}

.contactbot {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	padding-top:20px;
}

.anli {
	float: left;
	min-width: 905px;
}

.anli ul {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.anli ul li {
	float: left;
	width: 292px;
	text-align: center;
	margin-right: 14px;
	margin-bottom: 20px;
	position: relative;
}

.anli ul li img {
	width: 278px;
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 2px;
	height: 224px;
}

.anli ul li a b {
	line-height: 38px;
	display: inline-block;
	color: #333333;
	font-size: 14px;
	width: 100%
}

.anli ul li:nth-child(3n) {
	margin-right: 0px;
}

.anli ul li:hover a {
	color: #0069a9;
	display: inline-block;
}

.anli ul li:hover a b {
	color: #0069a9
}

.anli ul li:hover img {
	border: 1px solid #0069a9;
}


.anli_img {
	float: left;
	min-width: 1200px;
}

.anli_img ul {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.anli_img ul li {
	float: left;
	width: 285px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.anli_img ul li img {
	width: 278px;
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 2px;
	height: 224px;
}

.anli_img ul li a b {
	line-height: 38px;
	display: inline-block;
	color: #333333;
	font-size: 14px;
	width: 100%
}

.anli_img ul li:hover a {
	color: #0069a9;
	display: inline-block;
}

.anli_img ul li:hover a b {
	color: #0069a9
}

.anli_img {
	width: 905px;
	height: 300px;
	/* overflow: hidden; */
}

.anli_scroll {
	width: 1200px;
	height: 300px;
	position: relative;
	left: 0px;
	float: left
}

.anli_scroll ul {
	width: 10000px;
	height: 300px;
}


/* .honor{float: left;min-width:905px;}
.honor ul {float: left;width: 100%;padding-top: 15px;}
.honor ul li{ float: left;width: 292px; text-align: center;margin-right:14px;margin-bottom:20px;position: relative; }
.honor ul li img{width:278px;background: #fff;border:1px solid #d9d9d9;padding:2px; height:350px;}
.honor ul li a b {line-height: 38px; display: inline-block;color: #333333;font-size: 14px;width: 100%}
.honor ul li:nth-child(3n){margin-right: 0px;}
.honor ul li:hover a{ color: #0069a9;display: inline-block; }
.honor ul li:hover a b{ color: #0069a9}
.honor ul li:hover img{border: 1px solid #0069a9;}
 */

.honor {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.honor ul li {
	width: 280px;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 22px;
	/* background-color: #ffffff; */

}

.honor ul li a {
	width: 100%;
	display: inline-block;
	float: left;
	line-height: 50px;
}

.honor ul li img {
	vertical-align: middle;
	width: calc(100% - 4px);
	padding: 2px;
	border: solid 1px #dfdfdf;
}

.honor ul li:nth-child(4n) {
	margin-right: 0px;
}

.honor ul li:hover img {
	border: 1px solid #0069a9;
}



.company {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.company ul li {
	width: 380px;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 22px;
	/* background-color: #ffffff; */

}

.company ul li a {
	width: 100%;
	display: inline-block;
	float: left;
	line-height: 50px;
}

.company ul li img {
	vertical-align: middle;
	width: 100%;

}

.company ul li:nth-child(3n) {
	margin-right: 0px;
}
/* 
.company ul li:hover img {
	border: 1px solid #0069a9;
} */



.partner {
	float: left;
	min-width: 905px;
}

.partner ul {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.partner ul li {
	float: left;
	width: 292px;
	text-align: center;
	margin-right: 14px;
	margin-bottom: 20px;
	position: relative;
}

.partner ul li img {
	width: 278px;
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 2px;
	height: 120px;
}

.partner ul li a b {
	line-height: 38px;
	display: inline-block;
	color: #333333;
	font-size: 14px;
	width: 100%
}

.partner ul li:nth-child(3n) {
	margin-right: 0px;
}

.partner ul li:hover a {
	color: #0069a9;
	display: inline-block;
}

.partner ul li:hover a b {
	color: #0069a9
}

.partner ul li:hover img {
	border: 1px solid #0069a9;
}


.product {
	float: left;
	min-width: 100%
}

.product ul {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.product ul li {
	float: left;
	width: 275px;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
	position: relative;
}

.product ul li img {
	width: 270px;
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 2px;
	height: 210px;
}

.product ul li a b {
	line-height: 38px;
	display: inline-block;
	color: #333333;
	font-size: 14px;
	width: 100%
}

.product ul li:nth-child(4n) {
	margin-right: 0px;
}

.product ul li:hover a {
	color: #0069a9;
	display: inline-block;
}

.product ul li:hover a b {
	color: #0069a9
}

.product ul li:hover img {
	border: 1px solid #0069a9;
}

/* #container {margin:0 auto;width:905px;} */
#gallery-overlay {
	background-color: #000;
}

#gallery-container {
	font: 16px/22px verdana, arial, sans-serif;
}

#gallery {
	color: #999;
	display: none;
	height: 200px;
	margin: 0 auto;
	position: relative;
	width: 300px;
	box-shadow: 0 0 64px #000;
	-moz-box-shadow: 0 0 64px #000;
	-webkit-box-shadow: 0 0 64px #000;
}

#gallery-image-container {
	display: none;
	height: 100%;
}

#gallery-loading {
	padding: 8px;
}

#gallery-controls {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#gallery-controls div {
	float: left;
	height: 100%;
	width: 50%;
}

#gallery-controls a {
	background: #fff;
	color: #000;
	font-size: 12px;
	outline-style: none;
	position: absolute;
	text-decoration: none;
	top: 40px;
}

#gallery-previous-link {
	left: 0;
	padding: 6px 10px 6px 6px;
	border-radius: 0 6px 6px 0;
	-moz-border-radius-bottom-right: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

#gallery-next-link {
	padding: 6px 6px 6px 10px;
	right: 0;
	border-radius: 6px 0 0 6px;
	-moz-border-radius-bottom-left: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}

#gallery-meta-container {
	background: #fff;
	color: #999;
	display: none;
	margin: 0 auto;
	overflow: auto;
}

#gallery-image {
	padding: 8px;
}

#gallery-meta {
	display: none;
	height: 44px;
	padding: 0px 8px;
}

#gallery-meta div {
	float: left;
}

#gallery-info {
	text-align: left;
	width: 80%;
}

#gallery-close {
	line-height: 30px;
	text-align: right;
	width: 20%;
}

#gallery-close a {
	color: #999;
	font-size: 24px;
	font-weight: bold;
	outline-style: none;
	text-decoration: none;
}

#gallery-close a:hover {
	color: #bbb;
}

#gallery-title a,
#gallery-title a:link,
#gallery-title a:visited {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

#gallery-title a:visited:hover {
	color: #999
}

#gallery-pages {
	color: #999;
	display: block;
	font-size: 10px;
	line-height: 14px;
}



.pages {
	display: table;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 50px;
}

.pages li {
	float: left;
}

.pages li a {
	height: 32px;
	padding: 0px 10px;
	line-height: 32px; 
	background: #f3f3f3;
	color: #666;
	display: inline-block;
	margin-right: 10px;
	color: #666;
	text-align: center;
}

.pages li a:hover {
	height: 32px;
	line-height: 32px;
	background: #1c3a56;
	color: #fff;
	text-align: center;
}

.pages li.active a {
	background: #1c3a56;
	color: #fff
}


.contact1_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.contact1_topl {
	width: 600px;
	display: flex;
	flex-direction: column;
}

.contact1_topl dl {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}

.contact1_topl dl dt {
	font-size: 16px;
	color: #2c5d97;
}

.contact1_topl ul {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.contact1_topl ul li {
	display: flex;
	flex-direction: row;
	width: 180px;
	margin-right: 50px;
	color: #0d387c;
	font-size: 14px;
	align-items: center;
}

.contact1_topl ul li img {
	margin-right: 10px;
}

.contact1_topr {
	width: 464px;
	float: left;
}

.contact1_center{
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.contact1_center ul {
	width: 600px;
	float: left;
	margin-top: 10px;
}
.contact1_center ul li{
	float: left;
	text-align: center;
}
.contact1_center ul li b{
	width: 100%;
	text-align: center;
	display: inline-block;
	color: #666;
}
.contact1_center dl {
	width: 600px;
	font-size: 14px;
	color: #666;
	float: left;
	line-height: 24px;
}
.contact1_center dl dt,.contact1_center dl dd,.contact1_center dl dd p{
	width: 100%;
	float: left;
}
.contact1_center dl dt{margin-bottom: 5px;;}
.contact1_center dl dd p{
	margin-bottom: 5px;;
}
.contact1_center dl dd p b{
	width: 50px;
	float: left;
}
.contact1_center dl dd p span {
	width: 550px;
	float: left;
}












.contact1_bot {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}

.contact1_bot>p {
	font-size: 14px;
}

.contact1_botcon {
	background: #f5f6f6;
	margin-top: 40px;
	width: calc(100% - 60px);
	padding: 30px 25px;
	float: left;
}

.contact1_botcon ul li {
	/* height: 40px; */
	margin-bottom: 25px;
	background: #fff;
	border: 1px solid #e1e6eb;
	float: left;
	display: flex;
	align-items: flex-start;
}

.contact1_botcon ul li.wid45 {
	width: 550px;
	margin-right: 30px;
}

.contact1_botcon ul li:nth-child(2n) {
	margin-right: 0px;
}

.contact1_botcon ul li.wid100 {
	width: 100%;
}

.contact1_botcon ul li b {
	line-height: 40px;
	width: 45px;
	text-align: center;
	display: inline-block;
}

.contact1_botcon ul li b img {
	vertical-align: middle;
}

.contact1_botcon ul li input {
	width: calc(100% - 70px);
	padding: 0px 5px 0px 10px;
	line-height: 40px;
	border-left: 1px solid #e1e6eb;
}

.contact1_botcon ul li select {
	width: calc(100% - 70px);
	padding: 0px 5px 0px 10px;
	line-height: 40px;
	border: none;
	border-radius: 0px;
	height: 40px;
	background: #fff;
	border-left: 1px solid #e1e6eb;
	font-size: 14px;
	color: #666;
}

.contact1_botcon ul li select option {
	border-radius: 0px;
}

.contact1_botcon ul li textarea {
	width: calc(100% - 70px);
	height: 110px;
	padding: 10px;
	border-left: 1px solid #e1e6eb;
}

.contact1_botcon p {
	float: left;
}

.contact1_botcon p input {
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.contact1_botcon p input:first-child {
	background: #1c3a56;
}

.contact1_botcon p input:last-child {
	background: #1c3a56;
}

.contact1_botcon p input:hover {
	background: #1c3a56;
}


.product_order {
	float: left;
}

.product_order h3 {
	font-weight: normal;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding-top: 15px;
}

.product_order ol li {
	line-height: 30px;
	width: 100%;
	float: left;
	margin-top: 20px;
}

.product_order ol li span {
	width: 60px;
	text-align: right;
	display: inline-block;
	font-size: 14px;
	color: #000000;
	padding-right: 10px;
	float: left;
}

.product_order ol li input {
	outline: none;
	border: none;
	width: 210px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #a9a9a9;
	float: left;
	padding-left: 5px;
}

.product_order ol li textarea {
	width: 510px;
	height: 130px;
	padding: 5px;
	resize: none;
	outline: none;
}

.product_order p input {
	width: 100px;
	height: 40px;
	border: none;
	color: #fff;
	margin: 20px 0px 40px 70px;
	cursor: pointer;
	outline: none;
}

.product_order p input:first-child {
	background: #0069a9
}

.product_order p input:last-child {
	background: #414143;
	margin-left: 10px;
}


.faq {
	width: 100%;
	float: left
}

.faq dl {
	padding: 20px 0px;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px dashed #7d7d7d
}

.faq dl dt {
	padding-bottom: 10px;
}

.faq dl,
.faq dl dt,
.faq dl dd {
	float: left;
	width: 100%;
}

.faq dl dt span,
.faq dl dt p,
.faq dl dt i,
.faq dl dd span,
.faq dl dd p {
	float: left;
	display: inline-block;
}

.faq dl span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #666;
	margin-right: 10px;
}

.faq dl dt span {
	background: #0069a9;
}

.faq dl dd p {
	width: 860px;
	color: 666;
}

.faq dl dt p a {
	color: #0069a9;
	font-size: 16px;
	font-weight: bold;
}

.faq dl dt p a:hover {
	color: #002d5f
}

.faq dl dt i {
	color: #0069a9;
	margin-left: 10px;
}



.faqshow {
	padding-bottom: 0px;
	width: 100%;
	float: left;
	padding-top: 70px;
	padding-bottom: 30px;
}

.faqshow .tc {
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 10px;
	color: #1c3a56;
}

.faqshow .time {
	text-align: center;
	padding-bottom: 10px;
	height: 20px;
	line-height: 20p;
}

.faqshow .time img {
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;
}

.faqshow div {
	line-height: 28px;
	color: #666;
	font-size: 14px;
	padding-bottom: 5px;
	float: left;
}

.faqshow dl {
	float: left;
	width: 100%;
	line-height: 26px;
	font-size: 14px;
}

.faqshow dl dt {
	float: left;
	color: #666;
}

.faqshow dl dd a {
	float: left;
	color: #666
}

.faqshow dl dd a:hover {
	color: #0069a9
}


.news_con,
.news_con ul {
	width: 100%;
	float: left;
	margin-top: 0px;
}

.news_con ul li {
	width: calc(100% - 40px);
	padding: 20px;
	float: left;
	border: 1px solid #e8e8e9;
	margin-bottom: 20px;
}

.news_con ul li a {
	width: 100%;
	display: inline-block;
	display: flex;
	align-items: center;
}

.news_con ul li a>p {
	float: left;
	margin-right: 20px;
}

.news_con ul li dl {
	width: calc(100% - 350px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_con ul li dl dt {
	width: 700px;
	display: flex;
	flex-direction: column;
	line-height: 26px;
	color: #666;
}

.news_con ul li dl dt p {
	font-size: 18px;
	color: #333333;
}

.news_con ul li dl dd {
	float: right;
}

.news_con ul li dl dt span {
	line-height: 34px;
	color: #999;
}

.news_con ul li dl dt span img {
	width: 14px;
	line-height: 34px;
	margin-right: 5px;
	vertical-align: middle;
}

.news_con ul li:hover dl dt p {
	color: #017ac5;
}

.news_con ul li dl dd img:first-child {
	display: none;
}

.news_con ul li:hover dl dd img:first-child {
	display: block;
}

.news_con ul li:hover dl dd img:last-child {
	display: none;
}

.product_order {
	float: left;
}

.product_order ol li {
	line-height: 30px;
	width: 100%;
	float: left;
	margin-top: 20px;
}

.product_order ol li span {
	width: 60px;
	text-align: right;
	display: inline-block;
	font-size: 14px;
	color: #000000;
	padding-right: 10px;
	float: left;
}

.product_order ol li input {
	outline: none;
	border: none;
	width: 210px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #a9a9a9;
	float: left;
	padding-left: 5px;
}

.product_order ol li textarea {
	width: 510px;
	height: 130px;
	padding: 5px;
	resize: none;
	outline: none;
	border: 1px solid #a9a9a9
}

.product_order p input {
	width: 100px;
	height: 40px;
	border: none;
	color: #fff;
	margin: 20px 0px 40px 70px;
	cursor: pointer;
	outline: none;
}

.product_order p input:first-child {
	background: #0069a9
}

.product_order p input:last-child {
	background: #414143;
	margin-left: 10px;
}

.pro_tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	float: left;
	background: #f4f4f4;
	font-weight: normal;
}

/*.block span { float: left; width: 36px;margin-top:15px; }
.block ul { float: left; width: 220px; overflow: hidden;margin-top:15px;margin-left: 5px; }
*/
.pro_tit b {
	width: 140px;
	text-align: center;
	display: inline-block;
	float: left;
	background: #0069a9;
	color: #fff;
}

.faqshow_top {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.col_0069a9 {
	color: #0069a9;
	font-weight: bold;
}

.proshow {
	width: 100%;
	float: left;
	padding: 30px 0px;
}

.faqshow_l {
	width: 500px;
	float: left;
	margin-right: 50px;
}

.faqshow_r {
	width: 560px;
	float: right;
}

.faqshow_r p {
	padding-bottom: 10px
}

.faqshow_r p.col_0069a9 {
	color: #0069a9
}





.lf {
	float: left;
}

.rt {
	float: right;
}

.product_detail {
	padding: 20px 0;
	position: relative;
	left: 0px;
}

.detail_pic {
	width: 340px;
}

.detail_pic img {
	width: 100%;
}

.detail_text {
	width: 490px;
}

.detail_text h1 {
	color: #e7a60b;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 5px;
}

.detail_text p {
	font-size: 14px;
	line-height: 24px;
}

.detail_text .buy-btn {
	display: block;
	width: 150px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	background: #008BD6;
	margin-top: 40px;
	margin-bottom: 15px;
}

.product_detail_list {
	padding: 0px 0;
	overflow: hidden;
}

.product_detail_list ul {
	margin-right: -20px;
	position: relative;
}

.product_detail_list li {
	float: left;
	width: 208px;
	margin-right: 20px;
	text-align: center;
}

.product_detail_list li .product_detail_list_pic {
	height: 208px;
	padding: 3px;
	box-sizing: border-box;
	border: 1px solid #efefef;
	overflow: hidden;
}

.product_detail_list li img {
	width: 100%;
}

.product_detail_list li p a {
	display: block;
	font-size: 14px;
	line-height: 34px;
	background: #008bd6;
	color: #fff;
}

.product_detail_info_l {
	position: relative;
	float: left;
	width: 402px;
}

.product_big {
	position: relative;
	height: 380px;
	width: 502px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	margin-bottom: 10px;
	overflow: hidden;
	/* cursor: move; */
}

.img_mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background-size: 100%;
	margin: -100px 0 0 -100px;
	display: none;
}

.zoom_box {
	position: absolute;
	top: 0;
	right: -400px;
	width: 390px;
	height: 390px;
	border: 1px solid #e9e9e9;
	display: none;
}

.product_big img {
	width: 100%;
}

.product_small_list {
	margin-left: 2px;
	width: 368px;
	overflow: hidden;
}

.product_small_list ul {
	width: 100000px;
	position: relative;
}

.product_small_list li {
	float: left;
	width: 69px;
	height: 69px;
	text-align: center;
	padding: 2px;
	margin: 0 2px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;

}


.product_small_list li img {
	width: 63px;
	height: 63px;
}

.product_small_list li.show {
	border: 1px solid #0069a9;
	padding: 2px;
}

.faqshow div.product_small_btn {
	width: 16px;
	height: 69px;
	line-height: 69px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #e9e9e9;
	box-sizing: border-box;
	cursor: pointer;
}

.faqshow div .product_small_r {
	float: right;
}

.order_btn a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin-right: 20px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background: #0069a9;
	float: left;
	margin-top: 20px;
}

.order_btn a:hover {
	background: #0070be;
	color: #fff
}

.faqshow_tyext {
	width: 100%;
	float: left;
	line-height: 28px;
	color: #666;
	font-size: 14px;
	padding-bottom: 20px;
	float: left
}

.faqshow_tyext table td {
	padding-left: 6px;
}

.news2 {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.news2 {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.news3 {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.news3con {
	width: 430px;
	float: left;
	margin-right: 30px;
}

.news3con h1 {
	width: 100%;
	float: left;
	background: #f4f4f4;
	height: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}

.news3con h1 span {
	width: 100px;
	background: #0069a9;
	display: inline-block;
	font-weight: normal;
	position: relative;
	text-align: center
}

.news3con h1 span::after {
	position: absolute;
	content: "";
	left: 100px;
	width: 0px;
	height: 0px;
	border-color: #0069a9 transparent transparent #0069a9;
	border-width: 25px;
	border-style: solid;
}

.news3con:last-child {
	margin-right: 0px;
}

.news3 ul {
	width: 100%;
	float: left;
	padding-top: 16px;
}

.news3 ul li {
	height: 40px;
	line-height: 40px;
	width: 100%;
	float: left;
	border-bottom: 1px dashed #e1e1e1;
}

.news3 ul li:last-child {
	border-bottom: none
}

.news3 ul li b {
	float: left;
	position: relative;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news3 ul li b:after {
	position: absolute;
	left: -15px;
	top: 1px;
	content: "·";
}

.news3 ul li a {
	color: #666;
	text-indent: 20px;
}

.news3 ul li a:hover b:after {
	position: absolute;
	left: -15px;
	top: 1px;
	content: "·";
}

.news3 ul li a:hover {
	color: #0069a9
}

.news3 ul li span {
	float: right;
}

.news3 ul li a:hover b:after {
	color: #0069a9
}

.join {
	padding-top: 25px;
}

.join dl {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.join dl dt {
	width: calc(100% - 50px);
	/* height: 50px; */
	/* line-height: 50px; */
	background: #f6f6f6;
	/* border: 1px solid #f0f0f0; */
	padding: 30px 20px 30px 30px;
	float: left;
	border-radius: 5px;
}

.join dl dt p {
	float: left;
	position: relative;
	color: #1c3a56;
	font-size: 14px;
}


.join dl dt span {
	float: right;
	margin-top: 20px;
}

.join dl dt span img:nth-child(1) {
	display: none;
}

.join dl dd {
	width: calc(100% - 50px);
	margin-top: 1px;
	background: #ffffff;
	/* border: 1px solid #f0f0f0; */
	padding: 25px 20px 10px 35px;
	float: left;
	display: none;
	font-size:14px;
	color:#666666;
	line-height:24px;
}

/*.join dl dd p {
	width: 100%;
	line-height: 24px;
	float: left;
	color: #7d7d7d;
	font-size: 14px;
	padding-bottom: 20px;
}*/

.join dl dt p i,
.join dl dt p strong {
	width: 100%;
	float: left;
	display: inline-block;
	color: #666;
	line-height: 24px;
	font-weight: normal;
}

.join dl dt p i {
	font-size: 18px;
	color: #1c3a56;
	line-height: 30px;
}

.join dl dd i,
.join dl dd strong {
	width: 100%;
	float: left;
	display: inline-block;
	color: #666;
	line-height: 30px;
}

.join dl dd i {
	color: #333;
	font-weight: bold;
}

.join dl dd strong {
	margin-bottom: 30px;

}

.join dl dd a {
	width: 125px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #cc0000;
	color: #fff;
	margin-top: 30px;
	border-radius: 5px;
}


.download {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.download ul{
	width: 100%;
	float: left;
}
.download ul li {
	width:48%;
	height: 45px;
	line-height: 45px;
	float: left;
	background: #f6f6f6;
	margin-bottom: 8px;
	cursor: pointer;
	margin-right: 3%;
	border: 1px solid #f0f0f0;
}
.download ul li:nth-child(2n) {
	margin-right: 0px;;
}
.download ul li p {
	position: relative;
	text-indent: 30px;
	width: 80%;
	overflow: hidden;
	float: left;
	font-size: 14px;
}

.download ul li p:before {
	position: absolute;
	left: -15px;
	content: '·';
	top: 0px;
	font-size: 40px;
	color: #333;
	font-size: 16px;
}

.download ul li span {
	float: right;
	/* margin-right: 20px; */
}

.download ul li span a {
	width: 50px;
	height: 45px;
	/* background: #2d3a4e; */
	line-height: 45px;
	text-align: center;
	display: inline-block;
	/* color: #fff; */
	font-size: 14px;
	text-transform: uppercase;
}

/* .download ul li span a:hover {
    width: 120px;
    height: 45px;
    background: #06379d;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
} */

.download ul li:hover p,
.download ul li:hover span a {
	color: #06379d
}

.download ul li span img {
	vertical-align: middle;
	width: 25px;
	margin-right: 5px;
}

.contact_botcon {
	width: calc(100% - 60px);
	float: left;
	padding: 30px 30px 50px 30px;
	margin-bottom: 30px;
	background: #f5f6f6;
}

.contact_botcon ul {
	width: 100%;
	float: left;
}

.contact_botcon ul li {
	/* height: 43px; */
	/* line-height: 43px; */
	border: 1px solid #e1e6eb;
	margin-bottom: 25px;
	background: #fff;
}

.contact_botcon ul li.wid50 {
	width: 550px;
	float: left;
	margin-right: 30px;
}

.contact_botcon ul li.wid50:nth-child(2n) {
	margin-right: 0px;
}

.contact_botcon ul li.wid100 {
	width: 1130px;
	float: left;
}

.contact_botcon ul li b {
	width: 45px;

	float: left;
	text-align: center;
	/* display: inline-block;
    vertical-align: middle; */
}

.contact_botcon ul li b img {
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}

.contact_botcon ul li input {
	width: calc(100% - 70px);
	height: 45px;
	padding-left: 5px;
	border-left: 1px solid #e1e6eb;
	color: #666;

}

.contact_botcon ul li select {
	width: calc(100% - 60px);
	height: 45px;
	padding-left: 5px;
	border-left: 1px solid #e1e6eb;
	color: #666;


}

.contact_botcon ul li textarea {
	height: 110px;
	width: calc(100% - 80px);
	color: #666;
	float: left;
	padding: 5px;
	font-size: 14px;
	border-left: 1px solid #e1e6eb;

}

.contact_botcon p input {
	width: 70px;
	height: 38px;
	line-height: 38x;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	border-radius: 5px;
	color: #fff;
}





.news ul{width: 100%;float: left;padding-top:15px;}
.news ul li { height: 44px; line-height:44px;width: 100%; float: left;border-bottom: 1px dashed #e2e2e2; }
.news ul li b { float: left;position: relative; }
.news ul li b:after{ position: absolute;left: -15px;top: -1px; content: "·"; }
.news ul li a { color: #666;text-indent: 20px; }
/* .news_lcon ul li a:hover b:after{ position: absolute;left: 0  } */
.news ul li a:hover {color: #0d5aaa}
.news ul li span { float: right;}
.news ul li:last-child{
	border-bottom: none;
}





.gonggaoshow{padding-bottom: 0px;width: 100%; float: left;padding-bottom: 30px;}
.gonggaoshow .tc{ text-align: center;width: 100%;font-size: 19px; font-weight: bold;padding:20px 0px 10px; color:#1c3a56;}
.gonggaoshow .time{
	text-align: center;
	padding-bottom: 10px;
	height: 20px;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	border-bottom: 1px dashed #dddddd;
}
.gonggaoshow .time span {
	margin-right: 20px;
}
.gonggaoshow .time img{
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;
}
.gonggaoshow div{ line-height: 28px; color: #666;font-size: 14px;padding-bottom: 5px; padding-top: 10px; }
.gonggaoshow dl{ float: left;width: 100%;line-height: 26px;font-size: 14px;}
.gonggaoshow dl dt{ float: left;color: #666; }
.gonggaoshow dl dd a{ float: left;color: #666}
.gonggaoshow dl dd a:hover{ color: #0069a9}

.yeji{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.yeji dl {
	width: 250px;
	margin-right: 60px;
	display: flex;
	height: 660px;
	margin-top: 20px;
	margin-bottom: 30px;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.yeji dl dt {
	width: 128px;
	height: 130px;
	background-size: 100%;
	background: url(../image/icon5.png) center center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 28px;
	color: #fff;
	font-size: 16px;;
}
.yeji dl:nth-child(4n){
	margin-right: 0px;
}
.yeji dl dd{
	width: 230px;
	height: 480px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #dddddd;
}
.yeji dl dd p{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	/*line-height: 27px;*/
	margin-top: 10px;
	font-size: 14px;
	width: 90%;
	position: relative;
	/* left: 20px; */
	/*overflow: hidden;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
}
/*.yeji dl dd p span {
	width: 90%;
	position: relative;
	 left: 20px; 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
}*/
.yeji dl dd p:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #046da4;
}